home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 September (Japanese) / CICA Shareware for Windows CD-ROM (Walnut Creek) (September 1995) (Japanese) (Disc 2).iso / disc2 / patches / symantec / rtlinc.exe / DLGS.H < prev    next >
Encoding:
C/C++ Source or Header  |  1993-06-30  |  283 b   |  19 lines

  1. /* copyright 1993  - Symantec Corporation */
  2. /* wrapper for the two different dlgs.h */
  3.  
  4. #ifdef __NT__
  5.  
  6. #ifndef _DLGSH_INCLUDED_
  7. #pragma pack(__DEFALIGN)
  8. #include <win32\dlgs.h>
  9. #pragma pack()
  10. #endif
  11.  
  12. #else
  13.  
  14. #ifndef _INC_DLGS
  15. #include <win16\dlgs.h>
  16. #endif
  17.  
  18. #endif
  19.